home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / be003.dxr / 00002.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  220 b   |  9 lines

  1. on exitFrame
  2.   set the height of sprite 2 to the height of sprite 2 + 40
  3.   set the width of sprite 2 to the width of sprite 2 + 40
  4.   if the width of sprite 2 = 495 then
  5.     go(the frame + 1)
  6.   end if
  7.   go(the frame)
  8. end
  9.